projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c806c08
)
gtk/gtkfilechooserbutton.c: Use accessor functions to access GtkSelectionData
author
Javier Jardón
<jjardon@gnome.org>
Wed, 15 Dec 2010 23:55:31 +0000
(23:55 +0000)
committer
Javier Jardón
<jjardon@gnome.org>
Wed, 15 Dec 2010 23:58:16 +0000
(23:58 +0000)
gtk/gtkfilechooserbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserbutton.c
b/gtk/gtkfilechooserbutton.c
index 3db63bf8d952c4f3a42105f84e42773bd56e2b1d..695664dc6507066ce2ab2e8edf27a72c18e27ca9 100644
(file)
--- a/
gtk/gtkfilechooserbutton.c
+++ b/
gtk/gtkfilechooserbutton.c
@@
-1041,7
+1041,7
@@
gtk_file_chooser_button_drag_data_received (GtkWidget *widget,
data, type,
drag_time);
- if (widget == NULL || context == NULL || data == NULL ||
data->length
< 0)
+ if (widget == NULL || context == NULL || data == NULL ||
gtk_selection_data_get_length (data)
< 0)
return;
switch (type)